home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000213_news@columbia.edu_Wed Aug 23 22:26:45 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA21782
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 23 Aug 1995 20:03:16 -0400
  3. Received: by apakabar.cc.columbia.edu id AA28256
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 23 Aug 1995 20:03:15 -0400
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!howland.reston.ans.net!xlink.net!wega.fibronics.de!odb!incom!win
  7. From: win@incom.rhein-main.de (Winfried Koenig)
  8. Subject: Help, can't use 'kermit -l file_descriptor'
  9. Organization: Individual Network, Rhein-Main
  10. Date: Wed, 23 Aug 1995 22:26:45 GMT
  11. Message-Id: <DDsBoM.KrJ@in.rhein-main.de>
  12. Lines: 21
  13. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  14.  
  15. I use C-Kermit cku190 compiled with "make unixwarenetc" and want to
  16. start kermit with an open file descriptor. If I use
  17.  
  18.     kermit -l 6 -m unknown -Y -g xxx
  19.     or
  20.     kermit -b 19200 -l 6 -m unknown -Y -g xxx
  21.  
  22. kermit response is "Sorry, you must 'set speed' first". If I use
  23.  
  24.     kermit -l 6 -b 19200 -m unknown -Y -g xxx
  25.  
  26. the response is "unsupported transmission rate". I also tryed to use
  27. some different init files (with -y option) but had no success.
  28.  
  29. I call kermit with the open descriptor, from a perl script which has to
  30. handle login, menu, lookup for files, renaming ... on the remote host.
  31. The remote host does not run Unix has an very limited version of kermit.
  32.  
  33. Any help would be useful.
  34.  
  35. Winfried